BarChart for ASP.NET WebForms
AddRange(DateTime[]) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace > IChartYAxisList Interface > AddRange Method : AddRange(DateTime[]) Method
The specified DateTime data point values.
Add the specified DateTime data point values to the series.
Syntax
'Declaration
 
Overloads Sub AddRange( _
   ByVal values() As System.Date _
) 
void AddRange( 
   System.DateTime[] values
)

Parameters

values
The specified DateTime data point values.
See Also

Reference

IChartYAxisList Interface
IChartYAxisList Members
Overload List